Click or drag to resize
ConnectionEnumHybridParts Method
Enumerates all the hybrid parts of a document. The return value is a string array of the names of all the hybrid parts. The variant will be empty if no hybrid parts can be found.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public Object EnumHybridParts(
	string vaultidentifier,
	string docid
)

Parameters

vaultidentifier
Type: SystemString
The vault
docid
Type: SystemString
The unique identifier of the document inside the vault.

Return Value

Type: Object
A string array of the names of all the hybrid parts. The variant will be empty if no hybrid parts can be found.
Remarks